/* 浏览器默认样式清除 */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "微软雅黑", "宋体", "华文细黑", arial, sans-serif;
    vertical-align: baseline;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
q,
blockquote,
hr,
address,
code,
pre,
b,
i,
sub,
span,
sup,
em {
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: initial;
}

body {
    line-height: 1;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

nav ul {
    list-style: none;
}

li {
    list-style: none;
}

ul {
    margin-bottom: 0;
    list-style-type: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

img {
    vertical-align: middle;
    image-rendering: -webkit-optimize-contrast;
    object-fit: cover;
    object-position: center;
}

a {
    color: #333;
}

button:focus,
input:focus {
    outline: none;
}


/*  */


/*  */


/*  */


/* 全局 */

.cont {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left
}

.fr {
    float: right
}

.flex {
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.disp {
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: flex;
}

.wrap {
    flex-wrap: -webkit-wrap;
    flex-wrap: -o-wrap;
    flex-wrap: -moz-wrap;
    flex-wrap: wrap;
}

.align {
    align-items: center;
}

.jsp {
    justify-content: space-between;
}

.cl {
    clear: both;
}

.center {
    text-align: center;
}

.wid1 {
    width: 10%;
}

.wid2 {
    width: 20%;
}

.wid3 {
    width: 30%;
}

.wid4 {
    width: 40%;
}

.wid5 {
    width: 50%;
}

.wid6 {
    width: 60%;
}

.wid7 {
    width: 70%;
}

.wid8 {
    width: 80%;
}

.wid9 {
    width: 90%;
}

.wid10 {
    width: 100%;
}

.image {
    overflow: hidden;
}

.image img {
    cursor: pointer;
    transition: all 0.8s;
}

.image img:hover {
    transform: scale(1.1);
}


/* 媒体查询 */


/* 1600 */

@media screen and (max-width: 1600px) {}


/* 1440 */

@media screen and (max-width: 1440px) {}


/* 1280 */

@media screen and (max-width: 1280px) {}


/* 1366 */

@media screen and (max-width: 1366px) {}


/* 1024 */

@media screen and (max-width: 1024px) {}